Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.swt.custom.VerifyKeyListener

Packages that use VerifyKeyListener
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing text documents. 
org.eclipse.jface.text.contentassist Provides a content assist add-on for an ITextViewer
org.eclipse.swt.custom SWT Custom widgets. 
 

Uses of VerifyKeyListener in org.eclipse.jface.text
 

Methods in org.eclipse.jface.text with parameters of type VerifyKeyListener
 void TextViewer.appendVerifyKeyListener(VerifyKeyListener listener)
           
 void TextViewer.prependVerifyKeyListener(VerifyKeyListener listener)
           
 void TextViewer.removeVerifyKeyListener(VerifyKeyListener listener)
           
 void ITextViewerExtension.prependVerifyKeyListener(VerifyKeyListener listener)
          Inserts the verify key listener at the beginning of the viewer's list of verify key listeners.
 void ITextViewerExtension.appendVerifyKeyListener(VerifyKeyListener listener)
          Appends a verify key listener to the viewer's list of verify key listeners.
 void ITextViewerExtension.removeVerifyKeyListener(VerifyKeyListener listener)
          Removes the verify key listener from the viewer's list of verify key listeners.
 

Uses of VerifyKeyListener in org.eclipse.jface.text.contentassist
 

Methods in org.eclipse.jface.text.contentassist with parameters of type VerifyKeyListener
 boolean IContentAssistSubject.appendVerifyKeyListener(VerifyKeyListener verifyKeyListener)
          If supported, appends a verify key listener to the viewer's list of verify key listeners.
 boolean IContentAssistSubject.prependVerifyKeyListener(VerifyKeyListener verifyKeyListener)
          If supported, inserts the verify key listener at the beginning of this content assist subject's list of verify key listeners.
 void IContentAssistSubject.removeVerifyKeyListener(VerifyKeyListener verifyKeyListener)
          Removes the verify key listener from this content assist subject's list of verify key listeners.
 

Uses of VerifyKeyListener in org.eclipse.swt.custom
 

Methods in org.eclipse.swt.custom with parameters of type VerifyKeyListener
 void StyledText.addVerifyKeyListener(VerifyKeyListener listener)
          Adds a verify key listener.
 void StyledText.removeVerifyKeyListener(VerifyKeyListener listener)
          Removes the specified key verify listener.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.